Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php
2     
/*
3     * You can
add custom links to the navigation menu by appending them here ...
4     * The format
for each link is:
5         $navLinks[] = array(
6             
'url' => 'path/to/link',
7             
'title' => 'Link title',
8             
'groups' => array('group1', 'group2'), // groups allowed to see this link, use '*' if you want to show the link to all groups
9             
'icon' => 'path/to/icon',
10             
'table_group' => 0, // optional index of table group, default is 0
11         );
12     */


Gõ tìm kiếm nhanh...